Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C Tutorial
1) Array
2) Assert h
3) Ctype h
4) Data Structure
5) Data Type
6) File
7) Function
8) Language
9) Math h
10) Memory
11) Operator
12) Pointer
13) Preprocessor
14) Printf Scanf
15) Search Sort
16) Setjmp h
17) Signal h
18) Statement
19) Stdio h
20) Stdlib h
21) String
22) String h
23) Structure
24) Time h
25) Wctype h
26) Wide Character String
Array
1) Accessing an array using pointers
2) Addition of the elements of the list
3) Address of each element in an array
4) Address of second element in array (value of arraypointer+1)
5) Arrays
6) Arrays and pointers
7) Binary search of an array
8) Deal with array pointer of long integer
9) Declaration of outer block and inner block
10) Get the values in a two-dimensional array through array pointer
11) Get values from multidimensional arrays with pointers
12) Initialize the elements of array to the even integers from 2 to 20
13) Initializing an array in declaration
14) Initializing an array using for loop
15) Initializing multidimensional arrays
16) Inverse of the list
17) Linear search of an array
18) Merging of two sorted lists
19) Move array pointer to the next element
20) Pass array to function
21) Passing arrays and individual array elements to functions
22) The name of an array is the same as &array[ 0 ]
23) Transpose of a matrix
24) Two-dimensional array
25) Two-Dimensional arrays
26) Two-Dimensional arrays and pointers
27) Use another list to hold the reversed list
28) Use scanf to read data into array